home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ADSP.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  75 lines

  1. /*
  2.      File:        ADSP.idl
  3.  
  4.      Contains:    AppleTalk Data Stream Protocol (ADSP) Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __ADSP_IDL__
  19. #define __ADSP_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __ERRORS_IDL__
  25. #include <Errors.idl>
  26. #endif
  27. #ifndef __APPLETALK_IDL__
  28. #include <AppleTalk.idl>
  29. #endif
  30.  
  31. #ifdef __SOMIDL__
  32.  
  33. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  34. /*Error Codes have been moved to Errors.(pah) */
  35. /*driver control csCodes*/
  36. /* connection control block */
  37.  
  38.  
  39. typedef OpaquePtr                TPCCB;                        /* Substituted OpaquePtr for ``TRCCB*'' */
  40.  
  41. typedef SOMLargeStruct            TRCCB;                        /* Derived from a struct of 242 bytes in size */
  42.  
  43. typedef OpaquePtr ADSPConnectionEventProcPtr;
  44. typedef OpaquePtr ADSPConnectionEventUPP;
  45.  
  46.  
  47. typedef OpaquePtr                DSPPBPtr;                    /* Substituted OpaquePtr for ``DSPParamBlock*'' */
  48.  
  49. typedef OpaquePtr ADSPCompletionProcPtr;
  50. typedef OpaquePtr ADSPCompletionUPP;
  51. typedef SOMLargeStruct            TRinitParams;                /* Derived from a struct of 26 bytes in size */
  52.  
  53. typedef SOMLargeStruct            TRopenParams;                /* Derived from a struct of 34 bytes in size */
  54.  
  55. typedef SOMTwoByteStruct        TRcloseParams;                /* Derived from a struct of 2 bytes in size */
  56.  
  57. typedef SOMLargeStruct            TRioParams;                    /* Derived from a struct of 10 bytes in size */
  58.  
  59. typedef SOMLargeStruct            TRattnParams;                /* Derived from a struct of 10 bytes in size */
  60.  
  61. typedef SOMLargeStruct            TRstatusParams;                /* Derived from a struct of 12 bytes in size */
  62.  
  63. typedef SOMLargeStruct            TRoptionParams;                /* Derived from a struct of 6 bytes in size */
  64.  
  65. typedef SOMTwoByteStruct        TRnewcidParams;                /* Derived from a struct of 2 bytes in size */
  66.  
  67. typedef SOMLargeStruct            DSPParamBlock;                /* Derived from a struct of 136 bytes in size */
  68.  
  69. #endif
  70.  
  71. #endif /* __SOMIDL__ */
  72.  
  73. #endif /* __ADSP_IDL__ */
  74.  
  75.